Add Project Status extension to community catalog#1860
Open
jwesleye wants to merge 2 commits intogithub:mainfrom
Open
Add Project Status extension to community catalog#1860jwesleye wants to merge 2 commits intogithub:mainfrom
jwesleye wants to merge 2 commits intogithub:mainfrom
Conversation
- Extension ID: status - Version: 1.1.1 - Author: Open-Agent-Tools - Provides /speckit.status command for project progress visibility Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the “Project Status” community extension to Spec Kit’s community extension catalog so it can be discovered/installed via the standard extension search/add workflow.
Changes:
- Adds a new
statusentry toextensions/catalog.community.json(metadata + download URL). - Updates the community extensions table in
extensions/README.mdto include “Project Status”. - Bumps the community catalog
updated_attimestamp.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the new status extension entry and updates the catalog timestamp. |
| extensions/README.md | Adds “Project Status” to the Available Community Extensions table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+324
to
+326
| "version": "1.1.2", | ||
| "download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.1.2.zip", | ||
| "repository": "https://github.com/Open-Agent-Tools/spec-kit-status", |
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-02-27T00:00:00Z", |
Comment on lines
81
to
+84
| | Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) | | ||
| | Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) | | ||
| | Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) | | ||
| | Project Status | Display project status, feature progress, and recommended next actions across the spec-driven development workflow | [spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) | |
mnriem
requested changes
Mar 16, 2026
Collaborator
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension Submission
Extension Name: Project Status
Extension ID:
statusVersion: 1.1.1
Author: Open-Agent-Tools
Repository: https://github.com/Open-Agent-Tools/spec-kit-status
Description
Display project status, feature progress, and recommended next actions across the spec-driven development workflow. Provides the
/speckit.statuscommand with:Checklist
extension.ymlmanifestextensions/catalog.community.jsonextensions/README.mdAvailable Extensions tableTesting
Tested locally on macOS with spec-kit v0.3.0 against a project with 10 features. Verified:
mainbranch🤖 Generated with Claude Code